home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- cursor([cast "curs", cast "mask"])
- end
-
- on mouseLeave
- cursor(-1)
- end
-
- on mouseUp
- global idioma
- cursor(-1)
- if idioma = "ingles" then
- go(1, "helpen.dir")
- else
- if idioma = "frances" then
- go(1, "helpfr.dir")
- else
- if idioma = "aleman" then
- go(1, "helpde.dir")
- end if
- end if
- end if
- end
-